home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol E-12 / Vol E-12.iso / games / barbie / loader1.swf / scripts / frame_1 / PlaceObject2_2_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2012-05-21  |  191b  |  12 lines

  1. onClipEvent(enterFrame){
  2.    tb = _root.getBytesTotal();
  3.    mb = _root.getBytesLoaded();
  4.    if(mb == tb and 0 < tb)
  5.    {
  6.       with(_parent)
  7.       {
  8.          play();
  9.       }
  10.    }
  11. }
  12.